home *** CD-ROM | disk | FTP | other *** search
- Path: news.ptd.net!news
- From: vcat@postoffice.ptd.net (veronica catrombon)
- Newsgroups: comp.lang.c++
- Subject: Borland vs MSFT DLL size
- Date: 13 Jan 1996 01:04:33 GMT
- Organization: The Pixel Shoppe
- Message-ID: <4d70f1$ods@ns2.ptd.net>
- NNTP-Posting-Host: cs1-07.hol.ptd.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- I have a DLL that is 65K bytes using MSFT Visual C++,
- and is 287K using Borland 4.0. Source code is the
- same and they both work OK. I've tried many ways
- to shrink the DLL coming out of the Borland compiler,
- but can't come close to the 65K of Visual C++.
- The only obvious thing is that I can't get the
- standard Libraries to link dynamically (only the
- static option works) under the Linker options.
- Any clues as to how to get the Borland version to
- 65K like the Visual C++ version? Thanks in advance.
-
-